Get the Skill inventory report
Get your Skill inventory, the Skill Clusters of your entities, and where these originate from. This report generates a zip file containing the following files:
dim_{entity_type}.csv
: A list of all entities in the system, containing external IDs and Custom Properties provided inentity_columns
.fact_{entity_type}_property.csv
: A list of Custom Property mappings containing external IDs of the entity, Custom Property name and Custom Property value for all the Custom Properties provided inentity_properties
.dim_skill.csv
: A list of all Skills referred to in the files above containing the external IDs, the name and the description.dim_skill_cluster.csv
: A list of all Skill Clusters in the system, containing the name, the Domain name and their Skills.fact_{entity_type}_skill_cluster.csv
: A list of the validation state and proficiency level for each combination of Employee and Skill Cluster.fact_skill_cluster.csv
: A list of all Skills in each Skill Cluster, containing the Skill Cluster external IDs and Skill external IDs.fact_skill_source.csv
: A list containing the source of each Skill of an Employee.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Reports are always stored for a certain time, and if this endpoint is called again within that time, the stored report is returned without recalculating. If force_recalculate
is set to true
, the report is recalculated and the stored report is overwritten.
Body
Name of the entity type for which the report will be generated.
Employee
The Custom Property columns that will be included in the dim_{entity}.csv
file. This can be an empty list.
The Custom Properties that will be included in the fact_{entity}_properties.csv
file. This can be an empty list.
Response
The response is of type file
.
Was this page helpful?